golang.org/x/net/http2.http2Config.MaxUploadBufferPerStream (field)

7 uses

	net/http
		h2_bundle.go#L1060: 	MaxUploadBufferPerStream     int32
		h2_bundle.go#L1077: 		MaxUploadBufferPerStream:     h2.MaxUploadBufferPerStream,
		h2_bundle.go#L1132: 		http2setDefault(&conf.MaxUploadBufferPerStream, 1, math.MaxInt32, 1<<20)
		h2_bundle.go#L1134: 		http2setDefault(&conf.MaxUploadBufferPerStream, 1, math.MaxInt32, http2transportDefaultStreamFlow)
		h2_bundle.go#L1183: 		conf.MaxUploadBufferPerStream = int32(h2.MaxReceiveBufferPerStream)
		h2_bundle.go#L4400: 		initialStreamRecvWindowSize: conf.MaxUploadBufferPerStream,
		h2_bundle.go#L8110: 		initialStreamRecvWindowSize: conf.MaxUploadBufferPerStream,